undefined method `manage_gems`
Posted
by johnlai2004
on Server Fault
See other posts from Server Fault
or by johnlai2004
Published on 2010-03-24T12:53:30Z
Indexed on
2010/03/24
13:03 UTC
Read the original article
Hit count: 399
rubygems
On my ubuntu 8.04, I did a
gem update --system
and now everytime i try to run the gem command line from console, i get the error:
/usr/bin/gem:10: undefined method `manage_gems' for Gem:Module (NoMethodError)
What's going on? My version of rubygem was very old, but at least it was working before. How do I fix the above problem or roll back to my earlier version?
© Server Fault or respective owner